.root {
    height: 93vh;
}

/* APP HEADER SECTION */
.appheader {
    color: white;
    background-color: cadetblue;
    height: 100px;
    border: 1px solid black;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}
.timedisplay {
    font-size: 0.8rem;    
}
.header-table {
    background-color: transparent;
    height: inherit;
    width: 100%;
    padding: 0;
    margin: 0;
}
.header-row {
    height: inherit;
    padding: 0;
    margin: 0;
}
.header-td-1 {
    width: 20%;
    text-align: left;
    height: inherit;
    padding: 0;
    margin: 0;
}
.header-td-2 {
    width: 60%;
    height: inherit;
    background-color: transparent;
    text-align: center;
    font-size: 30px;
    padding: 0;
    margin: 0;
}
.header-td-3 {
    width: 20%;
    text-align: right;
    height: inherit;
    padding: 0;
    margin: 0;
}
.header-image {
    width: 4.8rem;
    height: 5.8rem;
    object-fit: fill;
    padding: 0;
    margin: 0;
}

/* BODY SECTION */
.main {
    position: absolute;
    left: 0;
    top: 0;
    height:100%;
    border:0px;
    margin:0px auto;
    padding: 0;
    vertical-align:top;
    width: 100%;
}

/* MENU SECTION */
.menu-div {
    position: absolute;
    top: 102px;
    left: 0;
    display: inline-block;
    background-color: transparent;
    color: white;
    width: 50%;
    overflow-y: scroll;
    overflow-x: scroll;
    height: calc(100% - 101px);
}
.listdiv {
    max-width: fit-content;
}
.menu {
    position: relative;
    display: block;
    color: black;
}

/* AUDIOPLAYER SECTION */
.audioplayer-div {
    position: absolute;
    top: 102px;
    left: 50%;
    display: inline-block;
    /* background-color: red; */
    color: white;
    width: 50%;
    overflow-y: scroll;
    overflow-x: scroll;
    height: calc(100% - 101px);
}
.audio-svg {
    position: absolute;
    top: 0;
    left: 0;
}
.audio-rect {
    stroke-width: 1;
    stroke: black;
}
.audioplayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    color: black;
    stroke-width: 2;
    stroke: black;
    height: 100%;
    background-color: gray;
    align-items: center;
    align-content: center;
}
.audioplayer-text {
    position: absolute;
    top: 105px;
    left: 30px;
    color: black;

}
.audio-background {
    position: absolute;
    top: 150px;
    left: 20%;
}
.play-button {
    position: absolute;
    left: 30px;
    top: 260px;
    height: 30px;
}
.selected {
    color: green;
}
.unselected {
    color: black;
}
.hasfocus {
    color: blue;
}
.losfocus {
    color: black;
}
.pdfview_hidden {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
}   
.pdfview_visible {
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
    width: 100%;
    height: calc(100% - 60px);
}
.pdfview_visible_min {
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
    width: 100%;
    height: calc(100% - 200px);
}
.lyrics_button_visible {
    position: absolute;
    left: 350px;
    bottom: 15px;
    border-radius: 25px;
    height: 55px;
    border: none;
    width: 80px;
    visibility: visible;
}
.lyrics_button_hidden {
    position: absolute;
    left: 350px;
    bottom: 15px;
    border-radius: 25px;
    height: 55px;
    border: none;
    width: 80px;
    visibility: hidden;
}